home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / ifl / TIFFcodec.z / TIFFcodec
Encoding:
Text File  |  2002-10-03  |  3.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CCCCOOOODDDDEEEECCCC((((3333TTTT))))         IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll          CCCCOOOODDDDEEEECCCC((((3333TTTT))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      TIFFFindCODEC, TIFFRegisterCODEC, TIFFUnRegisterCODEC - codec-related
  10.      utility routines
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      ####iiiinnnncccclllluuuuddddeeee <<<<ttttiiiiffffffffiiiioooo....hhhh>>>>
  14.      ccccoooonnnnsssstttt TTTTIIIIFFFFFFFFCCCCooooddddeeeecccc**** TTTTIIIIFFFFFFFFFFFFiiiinnnnddddCCCCOOOODDDDEEEECCCC((((uuuuiiiinnnntttt11116666 sssscccchhhheeeemmmmeeee))));;;;
  15.      TTTTIIIIFFFFFFFFCCCCooooddddeeeecccc**** TTTTIIIIFFFFFFFFRRRReeeeggggiiiisssstttteeeerrrrCCCCOOOODDDDEEEECCCC((((uuuuiiiinnnntttt11116666 sssscccchhhheeeemmmmeeee,,,, ccccoooonnnnsssstttt cccchhhhaaaarrrr**** mmmmeeeetttthhhhoooodddd,,,,
  16.      TTTTIIIIFFFFFFFFIIIInnnniiiittttMMMMeeeetttthhhhoooodddd iiiinnnniiiitttt))));;;;
  17.      vvvvooooiiiidddd TTTTIIIIFFFFFFFFUUUUnnnnRRRReeeeggggiiiisssstttteeeerrrrCCCCOOOODDDDEEEECCCC((((TTTTIIIIFFFFFFFFCCCCooooddddeeeecccc**** ccccooooddddeeeecccc))));;;;
  18.  
  19. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.      _l_i_b_t_i_f_f supports a variety of compression schemes implemented by software
  21.      _c_o_d_e_c_s.  Each codec adheres to a modular interface that provides for the
  22.      decoding and encoding of image data; as well as some other methods for
  23.      initialization, setup, cleanup, and the control of default strip and tile
  24.      sizes.  Codecs are identified by the associated value of the TIFF
  25.      _C_o_m_p_r_e_s_s_i_o_n tag; e.g. 5 for LZW compression.
  26.  
  27.      The _T_I_F_F_R_e_g_i_s_t_e_r_C_O_D_E_C routine can be used to augment or override the set
  28.      of codecs available to an application.  If the specified _s_c_h_e_m_e already
  29.      has a registered codec then it is _o_v_e_r_r_i_d_d_e_n and any images with data
  30.      encoded with this compression scheme will be decoded using the supplied
  31.      coded.
  32.  
  33. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  34.      NNNNoooo ssssppppaaaacccceeee ttttoooo rrrreeeeggggiiiisssstttteeeerrrr ccccoooommmmpppprrrreeeessssssssiiiioooonnnn sssscccchhhheeeemmmmeeee %%%%ssss.  _T_I_F_F_R_e_g_i_s_t_e_r_C_O_D_E_C was unable
  35.      to allocate memory for the data structures needed to register a codec.
  36.  
  37.      CCCCaaaannnnnnnnooootttt rrrreeeemmmmoooovvvveeee ccccoooommmmpppprrrreeeessssssssiiiioooonnnn sssscccchhhheeeemmmmeeee %%%%ssss;;;; nnnnooootttt rrrreeeeggggiiiisssstttteeeerrrreeeedddd.  _T_I_F_F_U_n_R_e_g_i_s_t_e_r_C_O_D_E_C
  38.      did not locate the specified codec in the table of registered compression
  39.      schemes.
  40.  
  41. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  42.      _l_i_b_t_i_f_f(3T)
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.